home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1937 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: ifi.uio.no!usenet
  2. From: ludvigp@ifi.uio.no (Ludvig Pedersen)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: QBlit() waits for blitter to finish... ??
  5. Date: 25 Jan 1996 11:36:21 GMT
  6. Organization: Dept. of Informatics, University of Oslo, Norway
  7. Message-ID: <1045.6597T1237T861@ifi.uio.no>
  8. References: <4c1v3q$hhs@wumpus.cc.uow.edu.au> <1046.6575T1156T2713@ifi.uio.no><38231832@kone.fipnet.fi>
  9.     <525.6596T951T2024@ifi.uio.no> <755.6597T286T1993@login.eunet.no>
  10. NNTP-Posting-Host: gymir.ifi.uio.no
  11. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  12.  
  13. >>>> I had the same problem myself. Later I found out that there is a bug in
  14. >>>> FasterBlitter (FBL) made by Arthur Hagen.
  15. >>>> If you har using the FBL-patch, remove it or use the "SLOW" option.
  16. >>>What kind of bug? What this program does anyway?
  17. >>It replaces some library fuctions in gfx.library which uses the blitter with
  18. >>optimised CPU routines.
  19. >Hi Ludde.
  20. >It also triger the NASTY BLIT, so any SHIT-ram accsess freezes the CPU.
  21. Your right about the "blitter nasty".
  22.  
  23. >>For some unexpected reason, QBlit wont return untill all the blits are
  24. >>finished.
  25. >Chip-RAM accsess. Maby with VBR and Exec-Library in fast will do?
  26. >Have you tested it after we installed FastExec?
  27.  
  28. I tried our routine again, but *nope*, QBlit didnt work any better after
  29. installing FastExec.
  30.  
  31. Hard to say if that is the cause, but maybe...
  32.  
  33. BTW:
  34.  
  35. I tried
  36.  
  37. move.w  #1<<10,$dff096           ;))
  38.  
  39. But it didnt work because the system is restoring DMA control register.
  40.  
  41.  
  42. <sb>Ludde - Amiga Demo Coder
  43. <sb>Virtual Reality & Official Be developer
  44. <sb>ludvigp@ifi.uio.no
  45.  
  46.